home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / lib / partman / recipes / 50home < prev    next >
Text File  |  2008-10-29  |  563b  |  35 lines

  1. partman-auto/text/home_scheme ::
  2.  
  3. 128 512 256 ext3
  4.     $defaultignore{ }
  5.     method{ format }
  6.     format{ }
  7.     use_filesystem{ }
  8.     filesystem{ ext3 }
  9.     mountpoint{ /boot }
  10.     options/relatime{ relatime } .
  11.  
  12. 500 4000 7000 ext3
  13.     $lvmok{ }
  14.     method{ format }
  15.     format{ }
  16.     use_filesystem{ }
  17.     filesystem{ ext3 }
  18.     mountpoint{ / }
  19.     options/relatime{ relatime } .
  20.  
  21. 96 512 300% linux-swap
  22.     $lvmok{ }
  23.     method{ swap }
  24.     format{ } .
  25.  
  26. 100 10000 1000000000 ext3
  27.     $lvmok{ }
  28.     method{ format }
  29.     format{ }
  30.     use_filesystem{ }
  31.     filesystem{ ext3 }
  32.     mountpoint{ /home }
  33.     options/relatime{ relatime } .
  34.  
  35.